其他
破解某抢票软件的VPN抓包
/**
* Indicates this network uses a Cellular transport.
*/
public static final int TRANSPORT_CELLULAR = 0;
/**
* Indicates this network uses a Wi-Fi transport.
*/
public static final int TRANSPORT_WIFI = 1;
/**
* Indicates this network uses a Bluetooth transport.
*/
public static final int TRANSPORT_BLUETOOTH = 2;
/**
* Indicates this network uses an Ethernet transport.
*/
public static final int TRANSPORT_ETHERNET = 3;
/**
* Indicates this network uses a VPN transport.
*/
public static final int TRANSPORT_VPN = 4;
function hook_vpn() {
Java.perform(function () {
var SecurityUtil = Java.use("com.taihebase.activity.utils.SecurityUtil");
SecurityUtil.hasVpnTransport.implementation = function (arg0, arg1) {
var result = this.hasVpnTransport(arg0, arg1);
console.log("start....");
console.log(result);
console.log("end....");
return false;
}
})
}
setImmediate(hook_vpn);
最后,再次恭喜高研班学员id:咸鱼炒白菜,拿到远超3W的offer噢!
优秀毕业生寄语回顾:
恭喜“鱼鱼”月薪远超3w!【看雪高研班】优秀毕业生 前来报到~
看雪ID:Mr.YX
https://bbs.pediy.com/user-home-853873.htm
*本文由看雪论坛 Mr.YX 原创,转载请注明来自看雪社区
# 往期推荐
1. 祥云杯2021 Windows R0题 Rev_APC
球分享
球点赞
球在看
点击“阅读原文”,了解更多!